home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3 - Disc 2.iso / designe / IMAGES / ICONS / TRADE / SHO4.OPD < prev    next >
Encoding:
Text File  |  1996-11-12  |  1.4 KB  |  73 lines

  1. #[document 76.85 137.8 124.9 186.65
  2. static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
  3. static stroked="stroked";
  4. static vert="vertical",horz="horizontal";
  5. static miter="miter",bevel="bevel",round="round";
  6. static butt="butt",proj="projected";
  7. #[page
  8. auto m=move,l=line,c=curve;
  9. auto p;
  10. gc_cspace("Lab");
  11. gc_color(100.0,0.0,0.0);
  12. rect(0,0,0,0);
  13. auto ng=draw(path());
  14. auto s=array(ng);
  15. m(123.65,173.70);
  16. l(121.20,173.70);
  17. l(119.10,172.85);
  18. l(117.95,171.25);
  19. l(117.00,169.25);
  20. l(116.45,167.35);
  21. l(116.45,165.35);
  22. finish_edge();
  23. p=path();
  24. gc_draw_style(stroked);
  25. gc_line_join_style(round);
  26. gc_line_cap_style(round);
  27. gc_stroke_width(1.50);
  28. gc_font_draw_style(0);
  29. gc_color(0.00,0.00,0.00);
  30. s[0]=draw(p);
  31. m(110.25,180.75);
  32. l(112.85,178.35);
  33. finish_edge();
  34. p=path();
  35. s[1]=draw(p);
  36. s[0]:=s[1];
  37. m(77.85,144.90);
  38. l(77.60,142.20);
  39. l(78.60,140.00);
  40. l(81.05,138.55);
  41. l(85.20,139.75);
  42. l(110.45,171.45);
  43. l(112.40,169.45);
  44. l(115.90,165.25);
  45. l(117.80,165.25);
  46. l(120.45,166.10);
  47. l(122.25,167.55);
  48. l(123.70,169.90);
  49. l(124.15,173.30);
  50. l(122.40,174.40);
  51. l(116.05,176.85);
  52. l(116.95,178.35);
  53. l(110.45,183.45);
  54. l(109.25,182.90);
  55. l(106.25,185.65);
  56. l(103.60,185.90);
  57. l(97.65,185.65);
  58. l(97.05,183.45);
  59. l(100.80,182.45);
  60. l(103.10,180.70);
  61. l(104.45,178.20);
  62. l(104.10,176.65);
  63. l(105.05,175.40);
  64. l(77.85,144.90);
  65. close_edge();
  66. p=path();
  67. s[1]=draw(p);
  68. s[0]over=s[1];
  69. page:=s[0];
  70. s=NULL;
  71. #]page
  72. #]document
  73.